home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Ham⁄GPS / SoftKiss.src.1.8 Folder / SoftKiss.src.1.8 / sfk_drvr.c < prev    next >
C/C++ Source or Header  |  1992-06-24  |  296b  |  17 lines

  1. /*
  2.  * SoftKiss driver
  3.  * By Aaron Wohl (aw0g+@andrew.cmu.edu)
  4.  * Carnegie-Mellon University
  5.  * Pittsburgh, PA 15213-3890
  6.  * (412)-268-5032
  7.  */
  8.  
  9. #include "sfk_core.h"
  10. #include "sfk_core_private.h"
  11.  
  12. void main()
  13. {
  14.     asm { bra sfk_driver }        /*main entrypoint*/
  15.     asm { bra sfk_init }        /*first time*/
  16. }
  17.